func vendor/golang.org/x/crypto/internal/poly1305.mul64
7 uses
vendor/golang.org/x/crypto/internal/poly1305 (current package)
sum_generic.go#L116: func mul64(a, b uint64) uint128 {
sum_generic.go#L197: h0r0 := mul64(h0, r0)
sum_generic.go#L198: h1r0 := mul64(h1, r0)
sum_generic.go#L199: h2r0 := mul64(h2, r0)
sum_generic.go#L200: h0r1 := mul64(h0, r1)
sum_generic.go#L201: h1r1 := mul64(h1, r1)
sum_generic.go#L202: h2r1 := mul64(h2, r1)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |